Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
VB.Net Tutorial
1) 2D Graphics
2) Attributes
3) Class Module
4) Collections
5) Data Type
6) Database ADO Net
7) Date Time
8) Design Patterns
9) Development
10) Event
11) Generics
12) GUI
13) GUI Applications
14) Internationlization
15) Language Basics
16) LINQ
17) Operator
18) Reflection
19) Regular Expressions
20) Security
21) Socket Network
22) Statements
23) Stream File
24) Thread
25) Windows
26) WPF
27) XML
Thread
1) A thread-safe way to increment and decrement an integer value
2) Change Thread Priority
3) Create Threads
4) Create two threads
5) Creating and using a ParameterizedThreadStart delegate with a static method and an instance method
6) Get Available Threads in a ThreadPool and Get Max Threads in a ThreadPool
7) Get properties of current Thread
8) Global Mutex
9) Mutex synchronizes access to a protected resource
10) Not attach the security object to a Mutex object
11) Polling for Asynchronous Call Completion
12) Producer and consumer
13) Producer and consumer with synchronization mechanisms
14) Producer and consumer with SyncLock
15) Producer and consumer without synchronization mechanisms
16) Queue a simple task, represented by the ThreadProc method, using the QueueUserWorkItem method
17) Read a file in a thread
18) Shows multiple threads that print message
19) Synchronize access to circular Integer buffer
20) SyncLock
21) SyncLock block
22) Thread complete event
23) Thread Pool
24) Thread Sleep
25) ThreadStatic
26) ThreadStatic field
27) Use SyncLock for shared resources
28) Use the QueueUserWorkItem method to queue a task and supply the data for the task
29) Waiting for an Asynchronous Call with EndInvoke
30) Waiting for an Asynchronous Call with WaitHandle